-
Notifications
You must be signed in to change notification settings - Fork 18
Databricks support #142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Databricks support #142
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use Datafold to diff your data, see the downstream impact, then post the results back to this PR. Add data diffs →
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Base branch | Pull Request branch | ||
master (7c3b79a) | dbt-databricks-profile (c59511b) | ||
- No PK: 5
DEMO.CORE.SUBSCRIPTION__CREATED | ||||||
master | dbt-databricks-profi... | |||||
DIFFERENCES | ||||||
Total rows | 200 | ↑ 202 +1.0% | ||||
View details → | ||||||
Unchanged Attributes
|
DEMO.CORE.FEATURE__USED | ||||||
master | dbt-databricks-profi... | |||||
DIFFERENCES | ||||||
Total rows | 1,012 | ↑ 1,021 +0.9% | ||||
View details → | ||||||
Unchanged Attributes
|
DEMO.CORE.USER__CREATED | ||||||
master | dbt-databricks-profi... | |||||
DIFFERENCES | ||||||
Total rows | 607 | ↑ 612 +0.8% | ||||
View details → | ||||||
Unchanged Attributes
|
DEMO.CORE.SIGNED__IN | ||||||
master | dbt-databricks-profi... | |||||
DIFFERENCES | ||||||
Total rows | 656 | ↑ 662 +0.9% | ||||
View details → | ||||||
Unchanged Attributes
|
DEMO.CORE.ORG__CREATED | ||||||
master | dbt-databricks-profi... | |||||
DIFFERENCES | ||||||
Total rows | 408 | ↑ 411 +0.7% | ||||
View details → | ||||||
Unchanged Attributes
|
Skipped Data Diffs of downstream tables: 5
Add "datafold:diff-all-downstream" label to this pull request to diff all affected tablesDEMO.CORE.dim__users (table) | Run Data Diff → |
DEMO.CORE.fct__monthly__financials (table) | Run Data Diff → |
DEMO.CORE.dim__orgs (table) | Run Data Diff → |
DEMO.CORE.sales__sync (table) | Run Data Diff → |
DEMO.CORE.fct__yearly__financials (table) | Run Data Diff → |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Base branch | Pull Request branch | ||
master (7c3b79a) | dbt-databricks-profile (1f9564a) | ||
- No PK: 5
DEMO.CORE.USER__CREATED | ||||||
master | dbt-databricks-profi... | |||||
DIFFERENCES | ||||||
Total rows | 607 | ↑ 612 +0.8% | ||||
View details → | ||||||
Unchanged Attributes
|
DEMO.CORE.SIGNED__IN | ||||||
master | dbt-databricks-profi... | |||||
DIFFERENCES | ||||||
Total rows | 656 | ↑ 662 +0.9% | ||||
View details → | ||||||
Unchanged Attributes
|
DEMO.CORE.SUBSCRIPTION__CREATED | ||||||
master | dbt-databricks-profi... | |||||
DIFFERENCES | ||||||
Total rows | 200 | ↑ 202 +1.0% | ||||
View details → | ||||||
Unchanged Attributes
|
DEMO.CORE.ORG__CREATED | ||||||
master | dbt-databricks-profi... | |||||
DIFFERENCES | ||||||
Total rows | 408 | ↑ 411 +0.7% | ||||
View details → | ||||||
Unchanged Attributes
|
DEMO.CORE.FEATURE__USED | ||||||
master | dbt-databricks-profi... | |||||
DIFFERENCES | ||||||
Total rows | 1,012 | ↑ 1,021 +0.9% | ||||
View details → | ||||||
Unchanged Attributes
|
Skipped Data Diffs of downstream tables: 5
Add "datafold:diff-all-downstream" label to this pull request to diff all affected tablesDEMO.CORE.dim__orgs (table) | Run Data Diff → |
DEMO.CORE.fct__yearly__financials (table) | Run Data Diff → |
DEMO.CORE.dim__users (table) | Run Data Diff → |
DEMO.CORE.sales__sync (table) | Run Data Diff → |
DEMO.CORE.fct__monthly__financials (table) | Run Data Diff → |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Base branch | Pull Request branch | ||
master (7c3b79a) | dbt-databricks-profile (1dd746b) | ||
- No PK: 5
DEMO.CORE.ORG__CREATED | ||||||
master | dbt-databricks-profi... | |||||
DIFFERENCES | ||||||
Total rows | 408 | ↑ 411 +0.7% | ||||
View details → | ||||||
Unchanged Attributes
|
DEMO.CORE.USER__CREATED | ||||||
master | dbt-databricks-profi... | |||||
DIFFERENCES | ||||||
Total rows | 607 | ↑ 612 +0.8% | ||||
View details → | ||||||
Unchanged Attributes
|
DEMO.CORE.FEATURE__USED | ||||||
master | dbt-databricks-profi... | |||||
DIFFERENCES | ||||||
Total rows | 1,012 | ↑ 1,021 +0.9% | ||||
View details → | ||||||
Unchanged Attributes
|
DEMO.CORE.SUBSCRIPTION__CREATED | ||||||
master | dbt-databricks-profi... | |||||
DIFFERENCES | ||||||
Total rows | 200 | ↑ 202 +1.0% | ||||
View details → | ||||||
Unchanged Attributes
|
DEMO.CORE.SIGNED__IN | ||||||
master | dbt-databricks-profi... | |||||
DIFFERENCES | ||||||
Total rows | 656 | ↑ 662 +0.9% | ||||
View details → | ||||||
Unchanged Attributes
|
Skipped Data Diffs of downstream tables: 5
Add "datafold:diff-all-downstream" label to this pull request to diff all affected tablesDEMO.CORE.dim__orgs (table) | Run Data Diff → |
DEMO.CORE.dim__users (table) | Run Data Diff → |
DEMO.CORE.sales__sync (table) | Run Data Diff → |
DEMO.CORE.fct__yearly__financials (table) | Run Data Diff → |
DEMO.CORE.fct__monthly__financials (table) | Run Data Diff → |
Goal: Allow to have a consistent demo across Snowflake and Databricks
This PR
How it is supposed to work
This approach/implementation relies on the Custom Base Branch Datafold feature.